home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the 3D Game Programming Gurus / gurus.iso / DirectX / dx9sdkcp.exe / SDK (C++) / Bin / DXUtils / DxTex.exe / string.txt next >
Encoding:
Text File  |  2002-12-11  |  5.5 KB  |  105 lines

  1. 128    DirectX Texture Tool
  2. 129    \nTexture\nDDS\nDDS Files (*.dds)\n.dds\nDDS.Document\nDDS Document
  3. 32774    Generate Mip Maps
  4. 32775    Convert to a different image format
  5. 32792    Loads an alpha channel onto the current texture
  6. 32794    Loads RGB data onto this surface of the texture
  7. 32795    Loads Alpha data onto this surface of the texture
  8. 32803    Loads RGB data onto this face of the cubemap texture
  9. 32804    Loads Alpha data onto this face of the cubemap texture
  10. 32812    Resize the texture's dimensions
  11. 57344    DirectX Texture Tool
  12. 57345    Ready
  13. 57600    Create a new document\nNew
  14. 57601    Open an existing texture document\nOpen
  15. 57602    Close the active document\nClose
  16. 57603    Save the active document\nSave
  17. 57604    Save the active document with a new name\nSave As
  18. 57616    Open this document
  19. 57617    Open this document
  20. 57618    Open this document
  21. 57619    Open this document
  22. 57620    Open this document
  23. 57621    Open this document
  24. 57622    Open this document
  25. 57623    Open this document
  26. 57624    Open this document
  27. 57625    Open this document
  28. 57626    Open this document
  29. 57627    Open this document
  30. 57628    Open this document
  31. 57629    Open this document
  32. 57630    Open this document
  33. 57631    Open this document
  34. 57632    Erase the selection\nErase
  35. 57633    Erase everything\nErase All
  36. 57634    Copy the selection and put it on the Clipboard\nCopy
  37. 57635    Cut the selection and put it on the Clipboard\nCut
  38. 57636    Find the specified text\nFind
  39. 57637    Insert Clipboard contents\nPaste
  40. 57640    Repeat the last action\nRepeat
  41. 57641    Replace specific text with different text\nReplace
  42. 57642    Select the entire document\nSelect All
  43. 57643    Undo the last action\nUndo
  44. 57644    Redo the previously undone action\nRedo
  45. 57648    Open another window for the active document\nNew Window
  46. 57649    Arrange icons at the bottom of the window\nArrange Icons
  47. 57650    Arrange windows so they overlap\nCascade Windows
  48. 57651    Arrange windows as non-overlapping tiles\nTile Windows
  49. 57652    Arrange windows as non-overlapping tiles\nTile Windows
  50. 57653    Split the active window into panes\nSplit
  51. 57664    Display program information, version number and copyright\nAbout
  52. 57665    Quit the application; prompts to save documents\nExit
  53. 57680    Switch to the next window pane\nNext Pane
  54. 57681    Switch back to the previous window pane\nPrevious Pane
  55. 59136    EXT
  56. 59137    CAP
  57. 59138    NUM
  58. 59139    SCRL
  59. 59140    OVR
  60. 59141    REC
  61. 59392    Show or hide the toolbar\nToggle ToolBar
  62. 59393    Show or hide the status bar\nToggle StatusBar
  63. 61184    Change the window size
  64. 61185    Change the window position
  65. 61186    Reduce the window to an icon
  66. 61187    Enlarge the window to full size
  67. 61188    Switch to the next document window
  68. 61189    Switch to the previous document window
  69. 61190    Close the active window and prompts to save the documents
  70. 61202    Restore the window to normal size
  71. 61203    Activate Task List
  72. 61215    Activate this window
  73. 61216     
  74. 61217    Texture maps must have even (multiple of 2) width and height.
  75. 61218    Source image width and height must be powers of 2.
  76. 61219    This image does not have the same dimensions as the source image.  Is it okay to resize it?
  77. 61220    Generation of the alpha image unexpectedly failed.
  78. 61221    This operation cannot be performed because the source image uses premultiplied alpha.
  79. 61222    Warning: The source image contains premultiplied alpha, and the RGB values will be copied to the destination without "unpremultiplying" them, so the resulting colors may be affected.
  80. 61223    Unable to create Direct3D Device.  Please make sure your desktop color depth is 16 or 32 bit.
  81. 61224    (A8R8G8B8: 32 bits per pixel, 8 bits per component for alpha, red, green, and blue)
  82. 61225    (A1R5G5B5: 16 bits per pixel, 1 bit of alpha, 5 bits per component for red, green, and blue)
  83. 61226    (A4R4G4B4: 16 bits per pixel, 4 bits per component for alpha, red, green, and blue)
  84. 61227    (R8G8B8: 24 bits per pixel, 8 bits per component for red, green, and blue)
  85. 61228    (R5G6B5: 16 bits per pixel, 6 bits per component for green, 5 bits per component for red and blue)
  86. 61229    (DXT1: compressed, 1-bit alpha)
  87. 61230    (DXT2: compressed, 4-bit premultiplied alpha)
  88. 61231    (DXT3: compressed, 4-bit nonpremultiplied alpha)
  89. 61232    (DXT4: compressed, interpolated premultiplied alpha)
  90. 61233    (DXT5: compressed, interpolated nonpremultiplied alpha)
  91. 61239    A texture could not be created with those settings.
  92. 61240    Could not initialize Direct3D.  Please ensure that this program was compiled with header files matching the installed version of DirectX.
  93. 61241    An error occurred trying to open that file.
  94. 61242    An error occurred trying to save that file.
  95. 61243    (X8R8G8B8: 32 bits per pixel, 8 bits per component for red, green, and blue)
  96. 61244    (X1R5G5B5: 16 bits per pixel, 5 bits per component for red, green, and blue)
  97. 61245    (R3G3B2: 8 bits per pixel, 3 bits of red and green, 2 bits for blue)
  98. 61246    (A8R3G3B2: 16 bits per pixel, 8 bits of alpha, 3 bits of red and green, 2 bits for blue)
  99. 61247    (X4R4G4B4: 16 bits per pixel, 4 bits per component for red, green, and blue)
  100. 61248    This program uses the reference rendering device.  Your computer has a reduced-functionality reference device installed.  You can still use this program to manipulate textures, but the textures will not be visible in this program.  Install the DirectX SDK to install the full reference device.
  101. 61249    Alpha channel needed for this operation.
  102. 61250    This operation cannot be performed because DXTn textures must have dimensions that are multiples of 4.
  103. 61251    (A2R10G10B10: 32 bits per pixel, 2 bits of alpha, 10 bits per component for red, green, and blue)
  104. 61252    (A16B16G16R16: 64 bits per pixel, 16 bits per component for alpha, red, green, and blue)
  105.